Adwaita: fix notebook overflow arrows styling
authorLapo Calamandrei <calamandrei@gmail.com>
Sat, 12 Mar 2016 18:02:48 +0000 (19:02 +0100)
committerLapo Calamandrei <calamandrei@gmail.com>
Sat, 12 Mar 2016 18:02:48 +0000 (19:02 +0100)
which correctly go :active now, istead of :checked as in the past.

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index 8a0d9c92a4d63573459fefad55c75503a84de5b7..bd82ab7d2aff9845f616d544abb9c31745812e7a 100644 (file)
@@ -2005,7 +2005,7 @@ notebook {
       min-width: 16px;
       border-radius: 0;
 
-      &:hover:not(:checked):not(:backdrop) {
+      &:hover:not(:active):not(:backdrop) {
         background-clip: padding-box;
         background-image: none;
         background-color: transparentize(white, 0.7);
index 980f13696aa212fe3ad458bda9e9c2b999dcb7f3..96ebbacceb0d7e11aed667f5517ccdea1cb91843 100644 (file)
@@ -2125,7 +2125,7 @@ notebook > header {
     min-height: 16px;
     min-width: 16px;
     border-radius: 0; }
-    notebook > header > tabs > arrow:hover:not(:checked):not(:backdrop) {
+    notebook > header > tabs > arrow:hover:not(:active):not(:backdrop) {
       background-clip: padding-box;
       background-image: none;
       background-color: rgba(255, 255, 255, 0.3);
index a938e9c2d30e687dc4942f7aed8a4317587e5a8d..987e1182881caf62bb92ec0d5681f28ac2a00d69 100644 (file)
@@ -2135,7 +2135,7 @@ notebook > header {
     min-height: 16px;
     min-width: 16px;
     border-radius: 0; }
-    notebook > header > tabs > arrow:hover:not(:checked):not(:backdrop) {
+    notebook > header > tabs > arrow:hover:not(:active):not(:backdrop) {
       background-clip: padding-box;
       background-image: none;
       background-color: rgba(255, 255, 255, 0.3);